@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
background:url(images/index.jpg) top center no-repeat;
font-family:"微软雅黑";
font-size:12px;
text-align:center;
}
a{
text-decoration:none;
}

#index{
width:857px;
margin:0 auto;
}

#lang{
width:857px;
margin:0 auto;
text-align:center;
} 

.c2{
display:block;
width:140px;
height:60px;
float:left;
text-decoration:none;
}

#lang a{
text-decoration:none;
color:#333333;
display:block;
}

#lang a:hover{
padding-top:2px;
}

.lang1{
padding-left:230px;
padding-top:25px;}

.clear{
clear:both;
}

.foot{
width:857px;
margin:0 auto;
text-align:center;
line-height:24px;
padding-top:30px;
color:#333333;}
